MeetingInformation

data class MeetingInformation(val meetingHost: String? = null, val meetingTitle: String, val meetingUrl: String, val meetingID: String, val participantPasscode: String? = null)

Contains information about the meeting.

Constructors

Link copied to clipboard
fun MeetingInformation(meetingHost: String? = null, meetingTitle: String, meetingUrl: String, meetingID: String, participantPasscode: String? = null)

Properties

Link copied to clipboard
val meetingHost: String? = null

Name of the meeting's host

Link copied to clipboard

Id of the meeting

Link copied to clipboard

Title of the meeting

Link copied to clipboard

Url of the meeting

Link copied to clipboard

participant passcode